func sync/atomic.StoreInt64

2 uses

	sync/atomic (current package)
		doc.go#L227: func StoreInt64(addr *int64, val int64)
		type.go#L109: func (x *Int64) Store(val int64) { StoreInt64(&x.v, val) }